home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / pc / tddd2dos / changes.txt next >
Text File  |  1994-02-21  |  5KB  |  100 lines

  1.  
  2.         The purpose of this file is to attempt to describe the changes
  3. made since the last release.  I should have started this from the beginning,
  4. and I am sorry that I didn't.  I also apologize for the lack of documentation.
  5. Make sure to look at the README file, though, for information.
  6.  
  7.         With that, here is the list of changes:
  8.  
  9. Changes from T3DLIB35 to T3DLIB36
  10. ---------------------------------
  11. o Minor update that fixes a T3DLIB bug that was tickled by "igensurf"...
  12.   If the first line had a valid TTDDD command on it, readwrite croaked.
  13.   Two lines fixed it.  Sorry about that.
  14.  
  15. Changes from T3DLIB34 to T3DLIB35
  16. ---------------------------------
  17. o Thanks to Scott Ellis, Amiga executables are provided in the files:
  18.   T3DLIB35_68000exe.lha  (68000, non-FPU version)
  19.   T3DLIB35_68030exe.lha  (68030, FPU version)
  20.   Note that these were compiled with SAS/C, and so they do not have that bogus
  21.   restriction of running only under version 2.04 of the operating system like
  22.   the R33 version of the executables had!
  23.   Yahoo!  Thanks, Scott!
  24. o So as to reduce the amount of confusion, I went ahead and bumped the revision
  25.   number, because the README file changed, as did the Makefile.Amiga.
  26.  
  27. Changes from TTDDDLIB33 to T3DLIB34
  28. -------------------------------------
  29. o Added support for AutoCAD's DXF files (without having AutoCAD).  If someone
  30.   wishes to send me DXF examples that include "Layers" for use in assigning
  31.   different levels in an object's hierarchy, I will attempt to implement that
  32.   too.
  33. o Added support for POV-Ray 1.0.  The input file format is rather restrictive,
  34.   in my humble opinion (specifically regarding describing complex object
  35.   hierarchies and applying textures to unions of shapes), which forced me to
  36.   color ("texture") each triangle individually instead of applying a texture
  37.   to a child object and overriding it on a triangle-basis if need be.
  38.   Drew Wells, leader of the POV-Ray project, says that a future version will
  39.   address my concerns.  Anyway, all this means that the POV files will be
  40.   quite large for a medium- to high-complexity object.
  41. o I added more documentation to the README.R34 file, describing uses of this
  42.   package.  Yes, better and more complete documentation must still be written.
  43. o Essence 1.0 has already shipped.  :-)  (Just thought I would throw this in
  44.   here even though it has nothing to do with T3DLIB.  :-)
  45. o I changed the names of the archives to T3DLIB, which is much easier to say. :-)
  46. o I removed the "ext2int" program, which was simply a link to "readwrite" anyway.
  47.  
  48. Changes from TTDDDLIB31 to TTDDDLIB33 (ooops, forgot to update this at 32)
  49. -------------------------------------
  50. o First, the "readwrite" filter (aka ext2int) can now output Imagine object
  51.   files directly (in the TDDD format) when given the "-tddd" option (or "-t" for
  52.   short).  Also, for some time now it has already had the ability to read either
  53.   TDDD *or* TTDDD files without you having to specify which is which.
  54.  
  55. o This release supports a number of new Imagine 2.0 TDDD "chunks", including
  56.   the following:
  57.  
  58.         SPC1 - Specular default
  59.         PRP1 - Object properties
  60.         EFLG - Edge flag
  61.         FGRP - Face subgrouping
  62.  
  63. Changes from TTDDDLIB29 to TTDDDLIB31 (yep, no release 30)
  64. -------------------------------------
  65. o Fixed a bug in writetddd that caused incorrect reading of real numbers
  66.   such as "-.5" with no digits before the decimal point.  Thanks, Paul,
  67.   for pointing this out!  Also added exponential notation support in case
  68.   some program decided to generate them.
  69.  
  70. Changes from TTDDDLIB28 to TTDDDLIB29
  71. -------------------------------------
  72. o I have decided to include "writetddd" with the distribution so that it
  73.   will be much more useful to even those people who do not register for
  74.   this shareware (the majority, I'm afraid).  Now you can pipe the output
  75.   of any of the programs that create TTDDD file through "writetddd" and
  76.   get Imagine-compatible objects.
  77.  
  78. Changes from TTDDDLIB27 to TTDDDLIB28
  79. -------------------------------------
  80. o Ooops.  I forgot to include "merge.c" in the archive.
  81.  
  82. Changes from TTDDDLIB26 to TTDDDLIB27
  83. -------------------------------------
  84. o Speed-up and bug fix (which caused it to hang) in "merge.c"
  85.  
  86. Changes from TTDDDLIB25 to TTDDDLIB26
  87. -------------------------------------
  88. o Added "merge_World()" function in "merge.c"
  89.   This routine optimizes points and edges in an object hierarchy
  90.   by removing duplicates.
  91. o Added the "-m" flag to "ext2int" to optionally "merge" the object
  92.   before outputing.
  93.  
  94. Changes from TTDDDLIB24 to TTDDDLIB25
  95. -------------------------------------
  96. o Bug fix in read.c and readtddd.c
  97.   read.c was calling an external "malloc_arrays()" such that its static
  98.   variables "defclst", etc. were not being used.
  99.  
  100.